-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for windows10 platform #38
Conversation
Could you proivide me some info, about what you've just done? |
hey, The PasswordVault lets application to store and retrieve user’s credentials in a secure way: all password are encrypted and cannot be accessed by other applications. |
I'll test your PR, if everything is OK. I'll merge it. |
Is the test suite passing? |
I'm installing the requirements for testing on Windows 10 :) I'll check the other platforms now. |
Android & browser passed the test. |
hey, any new news? |
I've installed VS 2015. Extra info: command was "cordova run windows", and I had an available windows device "Available windows devices: 0. Device (device)". |
try to build it with: cordova build windows --arch="x86" |
you have to change your config.xml. add these lines:
|
Windows: not passed Things to do:
Please see this section to test your implementation. Change the git clone to your repo. |
Errors thrown because of 'Encryption' tests, can be disgarded because it isn't implemented in iOS. And Windows functionality has priority. So the only errors you can have are these related to the encryption methods. |
Commit not confirmed. Debug output from VS:
|
tests from tests/main.js passed in my run
Are the tests passing? You merged it? |
Tests have passed, and it's merged! :) |
Gonna publish it to NPM now. |
Published on NPM |
No description provided.